@charset "utf-8";
/* CSS Document */
.fl { float:left; _display:inline; }
.fr { float:right; _display:inline; }


/* head */
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	padding: 0 1%;
/*
	padding-left: 100px;
	padding-right: 70px;
*/
	z-index: 100;
	border-bottom: 1px solid rgba(255,255,255,.2);
	-webkit-transition: .8s cubic-bezier(.19,1,.22,1);
	-moz-transition: .8s cubic-bezier(.19,1,.22,1);
	-o-transition: .8s cubic-bezier(.19,1,.22,1);
	transition: .8s cubic-bezier(.19,1,.22,1);
	/* background-image: linear-gradient(180deg, rgba(3, 0, 0, 0.43) 0%, rgba(3, 0, 0, 0.22) 40%, rgba(3,0,0,0) 100%); */
	z-index: 990;background: rgba(0,66,148,0.75);
}
.header .container { width: 1400px !important;margin: 0 auto;}

.hd_con{
	position: relative;
}
a.logo{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
a.logo img + img{display: none;}
.naver{
	position: relative;
}
.naver::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 2px;
	height: 22px;
	background-color: rgba(181,193,202,.4);
	transform: translateY(-50%);
}
.naver ul li{
	position: relative;
	float: left;    text-align: center;
}
.naver ul li::after{
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #fff;
	transform: translateX(-50%);
	transition: all .3s;
}
.naver ul li a{
	padding: 0 25px;
	line-height:90px;
	font-size: 18px;
	color: #fff;display: block;
}
.naver ul li.active::after,.naver ul li:hover::after{
	width: 70px;
}
.hd_phone{
	font-size: 0;
	padding-top: 30px;
	padding-left: 20px;
}
.hd_phone>*{
	display: inline-block;
	vertical-align: middle;
}
.hd_phone img +img{
	display: none;
}
.hd_phone p{
	display:block;
	margin-left: 7px;
	font-size: 25px;
	color: #fff;
	font-family: impact;
	line-height: 1;
}
.header._hidden,.innerheader{
	background-color: #fff;
	background-image: none;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
}
.header._hidden a.logo img,.header._hidden .hd_phone img,
.header.innerheader a.logo img,.header.innerheader .hd_phone img{
	display: none;
}
.header._hidden .hd_phone span,.header.innerheader .hd_phone span{
	color: #333;
}
.header._hidden a.logo img + img,.header._hidden .hd_phone img + img,
.header.innerheader a.logo img + img,.header.innerheader .hd_phone img + img{
	display: inline-block;
}
.header._hidden .naver ul li a,.header.innerheader .naver ul li a{
	color: #333;
}
.header._hidden .naver ul li.active a,.header.innerheader .naver ul li.active a{
	color: #ff0202;
}
.header._hidden .naver ul li.active::after,.header._hidden .naver ul li:hover::after,
.header.innerheader .naver ul li.active::after,.header.innerheader .naver ul li:hover::after{
	background-color: #ff0202;
}
.header._hidden .naver::after,.header.innerheader .naver::after{
	background-color: rgba(181,193,202,.5);
}
.header._hidden .hd_phone p,.header.innerheader .hd_phone p{
	color:#004098;
}
.header .src a {
    display: block;
    height: 90px;
    background: url(../images/src.png) no-repeat center center;
}
.header._hidden  .src a {
    display: block;
    height: 90px;
    background: url(../images/src1.png) no-repeat center center;
}
.header._hidden,.innerheader{
	background-color: #fff;
	background-image: none;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
}
/* 二级导航 */
.second_main {
	display: none;
}
.second_level {
	display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 90px;
	width: 100%;
	/* height: 220px; */
/*	background-color: rgba(255,255,255,.9);*/
/*	background-color:#f5f5f5;*/
/*	background-color:#c5d0e7;*/
	z-index: 99;
	
	overflow: hidden;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 100%;
    left: 0;
    background: url(../images/nav.jpg) no-repeat center;
	
	box-shadow: -6px 8px 8px 0px rgba(0, 0, 0, 0.15);

	
}
.second_wrap {
	padding-top: 50px;
	padding-bottom: 40px;
}
.second_con{
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.second_left{
	width:33%;
	margin-right: 0px;
}
.second_left h2{
	font-size: 22px;
	color: #272636;
	line-height: 36px;
	font-weight: bold;
}
.second_left a{
	display: block;
	width: 130px;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	color: #9b6c59;
	text-align: center;
	border: solid 1px #9b6c59;
}
.second_ul ul li{
	float: left;
	margin-right: 42px;
}
.second_ul ul li:last-child{margin-right: 0;}
.second_img{
	width: 180px;
	height: 100px;
	border-radius: 6px;
	overflow: hidden;
}
.second_img img{
	width: 100%;
	height: 100%;
	border-radius: 6px;
	transition: all .4s;
}
.second_infor{
	margin-top: 12px;
}
.second_infor h3{
	line-height: 1;
	font-size: 16px;
	color:#5f5f5f;
    text-align: center;
}
.second_infor h2{
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: bold;
}
.second_infor .txt{
	margin-top: 8px;
	font-size: 16px;
	color: #6d7081;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.second_ul ul li:hover .second_img img{
	transform: scale(1.1);
}

.second_right{}

/* 导航产品分类*/
.product_sort{width:285px;background:#fff; position:relative; z-index:90; margin-top: -30px;}
.product_sort .hd{width:285px;height:40px;line-height:40px;text-indent:15px;font-size:16px;font-weight:bold;font-family:"微软雅黑";color:#fff;}
.product_sort .bd{padding-bottom:0px;}
.product_sort .bd .item{height:55px;position:relative;}
.product_sort .bd .item .title{width:285px;text-indent:43px;overflow:hidden;line-height:50px;height:50px;font-size:18px;font-weight:bold;color:#292929;    border: 1px solid #efeded;}
.product_sort .bd .item .title a{color:#333;position:relative;line-height:50px;height:50px; display: block;}
.product_sort .bd .item .title a i{position:absolute;background:url(../images/icon_nav.jpg) no-repeat;}

.product_sort .bd .item .one a i{width:19px;height:19px;background-position:0 0;left:-25px;top:-3px;}
.product_sort .bd .item .two a i{width:22px;height:20px;background-position:0 -51px;left:-28px;top:-5px;}



.product_sort .bd .item .list{width:210px;padding-left:15px;height:42px;line-height:42px;overflow:hidden;}
.product_sort .bd .item .list a{font-family:"微软雅黑";}
.product_sort .bd .item .list a:hover{}
.product_sort .bd .item .arrow{font-family:"微软雅黑";font-size:20px; color:#000;position:absolute;right:10px;top:14px;}
.product_sort .bd .item .line{position:absolute;right:-2px;top:0px;width:2px;height:60px;background-color:#fff;z-index:95;display:none;}
.product_sort .bd .item .subitem{display:none;}
.product_sort .bd .layer .line{display:block;}
.product_sort .bd .layer .arrow{display:none;}

.product_sort .bd .layer .subitem{width:720px;background:#eee;font-family:"微软雅黑";position:absolute;left:285px;_left:228px;top:0px;z-index:95;min-height:60px;height:auto!important;height:60px;padding: 15px 20px;display:block;}
.product_sort .bd .layer .subitem .inner .tit{font-size:16px;clear: both; text-align:left; border-top:1px dashed #d7d7d7;padding:5px 0;}
.product_sort .bd .layer .subitem .inner .tit1{border-top:none;}
.product_sort .bd .layer .subitem .inner .tit .name{display:block;cursor:pointer;float:left; margin-right:15px;    height: 36px;}
.product_sort .bd .layer .subitem .inner .tit .name a{font-size: 16px;font-weight: bold;}
.product_sort .bd .layer .subitem .inner ul{overflow:hidden;zoom:1;display:block;margin-left:90px;}
.product_sort .bd .layer .subitem .inner ul li{float:left;padding:0 15px;height:25px;}
.product_sort .bd .layer .subitem .inner ul li a{}
.product_sort .bd .layer .subitem .inner ul li a:hover{color: #AB0306;}
.product_sort .bd .item .title a:hover{color: #AB0306;}
.product_sort .bd .layer .subitem .inner .tit .name a:hover{color: #AB0306;font-weight: bold;}

.layer .one { background: #EEE}
.two { background: #FFF}
.layer .two { background: #EEE}
.layer .one a{color: #AB0306;display: block;}
.layer .two a{color: #AB0306;display: block; }
.second_t ul li{float:left;width: 185px;height:25px;}
.second_t ul li a{font-size: 16px;padding: 0 15px;line-height: 25px;font-weight: bold;text-decoration: none;}
.second_t ul li a:hover{ color: #AB0306 !important ; font-weight: bold;}


/*search*/
.src {width: 70px;cursor: pointer;}

.src a {
    display: block;
    height: 90px;
    background: url(../images/src1.png) no-repeat center center;
}

.topoa a {
    display: block;
    width: 92px;
    height: 110px;
    background: #fff url(../images/oa.png) no-repeat center center;
}
.srcBox:hover .search{
    width: 290px;
}
.search {
    width:0px;
    height: 90px;
    background: #f4f4f4;
    position: absolute;
    right: 85px;
    overflow: hidden;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.search input {
    width: 190px;
    height: 35px;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    background: #f4f4f4;
    position: absolute;
    top: 35px;
    left: 40px;
    color: #cfcfcf;
}

.search input placeholder {
    color: #666666;
}

.search input::-webkit-input-placeholder {
    color: #cfcfcf;
    font-size: 16px;
}

.search em {
    position: absolute;
    top: 47px;
    left: 47px;
    z-index: 9999999999999;
    cursor: pointer;
}
/* moblie head */
.m_header {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 4px 4px rgba(51, 51, 51, 0.1);
	background: #FFFFFF;
}

.m_hcon {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.m_logo {
	float: left;
	margin: 10px 0;
}

.m_logo img {
	height: 35px;
}
.nav_icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 24px;
}

.nav_icon span {
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 5px;
	background: #0a479c;
	position: relative;
	top: 0;
	-webkit-transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
	transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
	-o-transition: background 400ms ease, transform 300ms ease, top 300ms ease;
	transition: background 400ms ease, transform 300ms ease, top 300ms ease;
	transition: background 400ms ease, transform 300ms ease, top 300ms ease, -webkit-transform 300ms ease;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.nav_icon span:nth-child(2) {
	width: 18px;
	margin: 7px 0;
}

.nav_icon.on span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav_icon.on span:nth-child(2) {
	opacity: 0;
}

.nav_icon.on span:nth-child(3) {
	top: -9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.m_naver {
	position: fixed;
	width: 70%;
	height: 100%;
	right: 0;
	top: 55px;
	padding-bottom: 20px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	/* display: none; */
	z-index: 999;
	transform: translateX(150%);
	transition: all .4s;
}
.m_naver.on{
	transform: translateX(0);
}

.m_naver ul {
	padding: 15px 0;
}

.m_naver ul li {
	text-indent: 6%;
	font-size: 18px;
	line-height: 55px;
	padding-right: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}

.m_naver ul li>a {
	display: block;
	color: #333333;
}
.m_naver ul li>a.icon1{
	position: relative;
}

.m_naver ul li>a.active {
	color: #014098;text-decoration: none;
}
.m_naver ul li>a.icon1:before,.m_naver ul li dl dd>a.icon1::before{
	position: absolute;
	content: "";
	width: 11px;
	height: 19px;
	transition: all ease-in-out .36s;
	right: 0;
	top: 50%;
	margin-top:-5px;
	background: url(../images/icon00.png) no-repeat center;
/*	background-size: 100% 100%;*/
}

.m_naver ul li>a.icon1.active:before,.m_naver ul li dl dd>a.icon1.active::before{
	transform: rotate(90deg);
}

.m_naver ul li dl {
	display: none;
}

.m_naver ul li dl dd {
	font-size: 16px;
    line-height: 40px;
	text-indent: 8%;
}

.m_naver ul li dl dd>a {
	position: relative;
	color: #666666;
}
.m_naver ul li dl dd>a.icon1{position: relative;}
.m_naver ul li dl dd>a.active{
	color: #f79010;
}
.mhdmask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 100;
}
.mhdmask.on{
	display: block;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1440px){
.naver ul li {
    position: relative;
    float: left;
    text-align: center;
    margin: 0px 8px;
}
.naver ul li a {
    padding: 0px;
    line-height: 90px;
    font-size: 18px;
    color: #fff;
    display: block;
}
}


@media screen and (max-width: 1200px){
.header {
    display: none;
}	
.m_header {display: block;}

}












































/*===== footer ===*/

footer[role="footer"] {
	background-color: #FFF;
	padding-top: 60px;
	padding-bottom: 45px
}
footer[role="footer"] > h1 a {
	margin: 0 auto;
	display: block;
	    width: 260px;
}
footer[role="footer"] nav {
	padding-top: 15px;
	padding-bottom: 25px
}
footer[role="footer"] nav > ul {
	text-align: center;
	padding: 0;
	margin: 0
}
footer[role="footer"] nav > ul > li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 15px;
}
footer[role="footer"] nav > ul > li > a {
	color: #9d9d9d
}
footer[role="footer"] nav > ul > li:hover a {
	text-decoration: none;
	color: #fb5353
}
footer[role="footer"] ul[role="social-icons"] {
	padding: 0;
	margin: 0;
	text-align: center;
	padding-bottom: 40px;
}
footer[role="footer"] ul[role="social-icons"] > li {
	display: inline-block;
	margin: 0 6.5px
}
footer[role="footer"] ul[role="social-icons"] > li > a {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #bbbbbb;
	color: #FFF;
	line-height: 42px;
	font-size: 20px;
	border-radius: 100%;
	text-align: center
}
footer[role="footer"] ul[role="social-icons"] > li:hover a {
	background-color: #fb5353
}
footer[role="footer"] .copy-right {
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 13px;
	color: #9c9c9c
}

 @media (max-width:1367px) {
	a.logo img{
 		max-width: 100%; width: 300px;
}	
	.naver ul li a {
    padding: 0px 15px;
    line-height: 90px;
    font-size: 16px;
    color: #fff;
    display: block;
}
	.hd_phone span {
    margin-left: 7px;
    font-size: 22px;
    color: #fff;
    font-family: impact;
    line-height: 1;
} 
	 
	 
}

 @media (max-width:1024px){
.m_logo img {
    height: 100%;
}
}

@media (max-width:768px) {
.m_logo img {
    height: 100%;
}	
	
	footer[role="footer"] nav > ul > li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 8px
}
}

@media (max-width:468px){
.m_logo img {
    height: 42px;
}

	
}